tool: make management of PCI D-states by guest optional
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 6 Mar 2009 18:58:41 +0000 (18:58 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 6 Mar 2009 18:58:41 +0000 (18:58 +0000)
commitf3cc74d2f11ce9865726e02c6d9938e76234a92a
tree0ba76911d274d05f326d3070707cdc663ee213de
parent7468faf8d3780f4bc4789703f4bd8d7466438f98
tool: make management of PCI D-states by guest optional

D3hot state in some PCI devices causes the failure of domain
creation/destruction.

The default is "pci_power_mgmt=3D0" which disables the guest OS from
managing D-states because it would be better to avoid the trouble than
advantage of low power consumption.

Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
tools/examples/xmexample.hvm
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/pciif.py
tools/python/xen/xm/create.py
tools/python/xen/xm/xenapi_create.py